source: Farmatiko/Controllers/SystemController.cs@ 6f203af

Last change on this file since 6f203af was 1454207, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago

Change structure, Add repo, services & controllers

  • Property mode set to 100644
File size: 237 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Threading.Tasks;
5using Microsoft.AspNetCore.Mvc;
6
7namespace Farmatiko.Controllers
8{
9 public class SystemController : Controller
10 {
11
12 }
13}
Note: See TracBrowser for help on using the repository browser.