source: FarmatikoServices/Services/FarmatikoHealthFacilitiesService.cs@ 785b8bd

Last change on this file since 785b8bd was 37c8d1d, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago

Add FarmatikoRepository and FarmatikoServices

  • Property mode set to 100644
File size: 237 bytes
Line 
1using FarmatikoData;
2using FarmatikoData.Models;
3using System.Collections.Generic;
4using System.Linq;
5
6namespace FarmatikoServices
7{
8 public class FarmatikoHealthFacilitiesService : IFarmatikoHealthFacilitiesService
9 {
10
11 }
12}
Note: See TracBrowser for help on using the repository browser.