source:
FarmatikoServices/Services/SystemService.cs@
8e74e2f
Last change on this file since 8e74e2f was d23bf72, checked in by , 4 years ago | |
---|---|
|
|
File size: 205 bytes |
Rev | Line | |
---|---|---|
[d23bf72] | 1 | using System; |
2 | using System.Collections.Generic; | |
3 | using System.Text; | |
4 | ||
5 | namespace 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.