source: FarmatikoServices/Services/SystemService.cs@ afc9a9a

Last change on this file since afc9a9a was d23bf72, checked in by DimitarSlezenkovski <dslezenkovski@…>, 3 years ago

Add SystemService, Auth, fix a lil bugs :)

  • Property mode set to 100644
File size: 205 bytes
RevLine 
[d23bf72]1using System;
2using System.Collections.Generic;
3using System.Text;
4
5namespace FarmatikoServices.Services
6{
7 public interface ISystemService
8 {
9
10 }
11 public class SystemService
12 {
13
14 }
15}
Note: See TracBrowser for help on using the repository browser.